Spread for ASP.NET 12 Product Documentation
Item Property (ItemEventArgs<T>)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ItemEventArgs<T> Class : Item Property
Gets the item.
Syntax
'Declaration
 
Public ReadOnly Property Item As T
'Usage
 
Dim instance As ItemEventArgs(Of T)
Dim value As T
 
value = instance.Item
public T Item {get;}

Property Value

An object value that indicates the item.
See Also

Reference

ItemEventArgs<T> Class
ItemEventArgs<T> Members